select  constraint_name, column_name from information_schema.key_column_usage where table_catalog = 'Test' and constraint_schema = 'public'
